PDF Plugin for Xojo

TextAnnotation.SetIcon Method (console safe)

Sets the icon of the TextAnnotation, this icon will be one of the standard icons defined in the TextAnnotation.AnnotationIconEnum.

SetIcon(
   icon as TextAnnotation.AnnotationIconEnum)

Parameters

icon
Sets icon for the annotation. This can be any one of the values defined in the TextAnnotation.AnnotationIconEnum

Remarks

Not all PDF viewers are able to show all types of the icon.

See Also

TextAnnotation Class